.control-box {
    /*width: 1170px;*/
    height: 310px;
    /*background-image: url(../images/hots_bg.png);*/
    background-size: 1055px;
    background-repeat: no-repeat;
    background-position: 60px 165px;
    margin-left: auto;
    margin-right: auto;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 50px;
  cursor: pointer;
}
.boximg{
  width: 228px;
  height: 227px;
  background-color: #474747;
}
.boximg img{
  width: 100%;
  height: 100%;

}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.bigbox {
  overflow: hidden;
  /*width: 1032px;*/
  height: 310px;
  margin: auto 115px auto;
}
#switcher {
  height: 190px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  width: 255px;
  height: 315px;
  float: left;
  border-left: 3px white solid;
}
.box:hover {
 opacity:0.5;
}
.boxtitle{
  width: 228px;
  height: 90px;
  /*padding-top: 10px;*/

}
.boxtitle span{
  width: 228px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.boxtitle span:first-child{
  color: #585354;
  font-size: 19px;
  text-align: center;
  margin-top: 29px;
  height: 23px;
  line-height: 16px;
}
.boxtitle span:last-child{
  color: #8e8e8e;
  font-size: 16px;
  text-align: center;
  margin-top: 11px;
  height: 20px;
  line-height: 16px;
}
.shadow {
  width: 255px;
  height: 60px;
  /* opacity: 1; */
  background-color: rgba(0, 0, 0, 0.45);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  margin-top: 130px;
  color: white;
  font-size: 14px;
}
.shadow a {
  display: inline-block;
  width: 225px;
  height: 60px;
  color: white;
  text-decoration: none;
  margin-left: 18px;
  margin-top: 10px;
}
